home *** CD-ROM | disk | FTP | other *** search
Text File | 1985-06-16 | 2.5 KB | 140 lines | [TEXT/ttxt] |
- * Tell RMAKER what to name the resource file
- Othello.rsrc
-
-
- * Version data for the finder
- * Our signature is "OTLO"
- * res. ID = 0, by convention
- * finder version data
- * Note that the blank in 'STR ' is significant 3/8/85 WHJ
-
- Type OTLO = STR
- ,0
- Othello 1.0 -- Jun 13, 1985
-
- * Strings (kept here for ease of change)
- * ID,(4 => pre-load the resource)
- * A string for "About Othello"
-
- Type STR
- ,1(4)
- Othello, version 1.0 (June 13, 1985), by Steven B. Munson
-
- Type STR
- ,2(4)
- Click here to continue.
-
- * Menus
- * ID (4 => pre-load the resource; MUST NOT be purgeable!)
- * menu title: an Apple symbol (in hex) for the Apple menu.
- * menu entries, one per line. ( means it's initially disabled.
- * An entry of (- means a disabled line of dashes.
- * A trailing /Q means a command-key equivalent.
- * blank line at end of menu.
- Type MENU
- ,1(4)
-
- About Othello
- (-
-
- Type MENU
- ,2(4)
- Game
- New Game/N
- (Old Game/O
- (Save Game/S
- Stop Thinking
- (-
- Quit/Q
-
- Type MENU
- ,3(4)
- Move
- Undo Move/U
- Redo Move/R
- Redisplay Move/M
-
- Type MENU
- ,4(4)
- Players
- White/W
- Black/B
-
- Type MENU
- ,5(4)
- Skill
- Level 0/0
- Level 1/1
- Level 2/2
- Level 3/3
- Level 4/4
- Level 5/5
- (-
- Increase Skill/I
- Decrease Skill/D
-
- Type MENU
- ,6(4)
- Trace
- Off
- On
- Visual
- Verbose
-
- * A Window template
- * ID,(4 => pre-load the resource; 32 => purgeable)
- * title
- * BoundsRect (global Top, Left, Bottom, Right): where it appears on the screen
- * Vis NoGo: it's visible, does not have close box
- * ProcId: this is a standard type of window
- * Refcon, for program's use. Othello doesn't use it.
- Type WIND
- ,260(36)
- Othello
- 50 40 300 462
- Visible NoGoAway
- 0
- 0
-
- * dialog box for Report
- * ID (4 => pre-load the resource; MUST NOT be purgeable!)
- * title
- * BoundsRect(global: TLBR)
- * Vis NoGo: it's visible, but has no close box
- * ProcID: Window type is modal dialog
- * RefCon: Unused user variable
- * res. ID of item list
- Type DLOG
- ,257(4)
- 80 20 131 492
- Visible 1 NoGoAway 0
- 257
- Report Box
-
- * dialog item list for Report
- * ID (4 => pre-loaded; 32 => purgeable - it should always be purgeable.)
- * # Items
- * the first item:
- * a Button you can select
- * display rect (local coords)
- * title
- * the second item:
- * Static text, disabled (i.e. can't select it)
- * display rect
- * text to be set by ParamText
- Type DITL
- ,257(36)
- 2
- BtnItem Enabled
- 25 186 46 286
- OK
-
- StatText Disabled
- 5 25 20 450
- ^0
-
-
-
- Type CODE
- b.out,0
-